home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / CLT141.ARJ / CBCPP30.BAT < prev    next >
DOS Batch File  |  1992-03-18  |  444b  |  10 lines

  1. rem (c) R&D Associates 1991.
  2. @echo off
  3. echo WARNING! You must have more than 640K of free memory to run this
  4. echo program. You will need a 286 or higher PC, and have placed DOS in
  5. echo high memory, and released the Video RAM to DOS. If you don't intend
  6. echo to do WINDOWS development, then comment out the lines marked in
  7. echo CBCPP30.C and try again. To stop, press CTRL-C.
  8. pause
  9. clint cbcpp30.c -I/borlandc/include -L cbcpp30 -w0 -x
  10.